home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / CustomAttribute / IsAppRunning.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-14  |  309 b   |  14 lines  |  [TEXT/KAHL]

  1. #ifndef _ISAPPRUNNING_
  2. #define _ISAPPRUNNING_
  3.  
  4. #include <processes.h>
  5.  
  6. Boolean IsAppRunning( OSType targetType,
  7.                       OSType targetSignature,
  8.                       ProcessSerialNumber *targetPSN, 
  9.                       ProcessInfoRec *targetPIRec, 
  10.                       StringPtr targetName ) ;
  11.  
  12. OSErr LaunchApp( OSType targetSignature);
  13.                       
  14. #endif